home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
epan.dir
/
00759_Script_759
< prev
next >
Wrap
Text File
|
1995-09-12
|
334b
|
14 lines
on mouseUp
global gHotSpotStatus, gOpenHouse1
if gHotSpotStatus = 0 then
if gOpenHouse1 = 1 then
ShowHotInfoBox "PE100400.pic", "YourHomeCross"
else
set the visible of sprite 2 to false
set the visible of sprite 4 to false
updatestage
set gOpenHouse1 = 1
end if
end if
end